projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70c55f5
)
BeagleBoard: fixed typo in typecast
author
Jason Kridner
<
[email protected]
>
Wed, 20 Apr 2011 13:52:26 +0000
(13:52 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Mon, 23 May 2011 07:04:39 +0000
(09:04 +0200)
Without this patch, you should get a warning.
Signed-off-by: Jason Kridner <
[email protected]
>
Acked-by: Dirk Behme <
[email protected]
>
board/ti/beagle/beagle.c
patch
|
blob
|
history
diff --git
a/board/ti/beagle/beagle.c
b/board/ti/beagle/beagle.c
index 4e194a2d7b4a515a741858f8eef12f86d9e09932..ab50514f255daefa8b3d24d34b0b93536f7e201b 100644
(file)
--- a/
board/ti/beagle/beagle.c
+++ b/
board/ti/beagle/beagle.c
@@
-171,7
+171,7
@@
int misc_init_r(void)
{
struct gpio *gpio5_base = (struct gpio *)OMAP34XX_GPIO5_BASE;
struct gpio *gpio6_base = (struct gpio *)OMAP34XX_GPIO6_BASE;
- struct control_prog_io *prog_io_base = (struct
gp
io *)OMAP34XX_CTRL_BASE;
+ struct control_prog_io *prog_io_base = (struct
control_prog_
io *)OMAP34XX_CTRL_BASE;
/* Enable i2c2 pullup resisters */
writel(~(PRG_I2C2_PULLUPRESX), &prog_io_base->io1);